projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc077f
)
Whitespace change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Aug 1998 01:44:59 +0000
(
01:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Aug 1998 01:44:59 +0000
(
01:44
+0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 29ca29384e81cdcfd7532b7232122bc0663473f8..e1e14c92faf041ee75a5e2cba3614ea2dc6c174d 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-262,9
+262,9
@@
Applies to lines after point."
(defalias 'count-matches 'how-many)
(defun how-many (regexp)
"Print number of matches for REGEXP following point."
- (interactive (list(read-from-minibuffer
- "How many matches for (regexp): "
- nil nil nil 'regexp-history nil t)))
+ (interactive (list
(read-from-minibuffer
+
"How many matches for (regexp): "
+
nil nil nil 'regexp-history nil t)))
(let ((count 0) opoint)
(save-excursion
(while (and (not (eobp))